﻿/* CSS Document */
/*重置*/
body{margin: 0 auto; font: 12px/2em "Microsoft YaHei", Arial, tahoma,  Helvetica, sans-serif; background: #fff; color: #333;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd,ul,ol,li,pre,form, fieldset, legend, button, input, textarea, select, th, td{margin: 0; padding: 0;}
fieldset, img {border: 0;}
li {list-style: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
table {border-collapse: collapse; border-spacing: 0;}
button, input, select, textarea {font-size: 100%; border:none;}
a{text-decoration: none; color: #333;}
a:hover{ text-decoration:none; color:#C00;}
i{font-style:normal;}

/*通用*/
.clear{clear: both;}
.clear:after{content: ""; display: block; height: 0; clear: both; visibility: hidden;}
.fl{float:left;}
.fr{float:right;}
.comWidth{width:1100px; margin:0 auto; position:relative;}
.mt20{margin-top:20px;}
.mb10{margin-bottom:10px;}
.top{ width:100%; line-height:36px; height:36px; border-bottom:1px solid #ddd;}
#top .top1{ float:left; width:1200px; height:103px; display:inline;}
#top .logo{ float:left; margin: 0px 0 0 0; display:inline;}

#top{ width:1200px;  margin:0 auto; }
#top .con{ float:left; width:500px; height:37px; line-height:37px; color:#999999; overflow:hidden; margin-left:0px; font-size:14px;}
#top .con1{ float:right; width:320px; height:37px; line-height:37px; color:#999999; overflow:hidden; font-size:14px; text-align:right;}
#top .con1 a{color:#999999; font-size:14px;}

.nav{width:100%; line-height:60px; height:60px; background:#072fa8;}
.h_nav{height:60px; clear:both; overflow:hidden;}
.h_nav ul li { float:left; height:60px; overflow:hidden; background:url(../images/h_nav.gif) no-repeat right center; margin-left:0px;}
.h_nav ul li a{ display:inline-block; height:60px;  font:16px/60px "Microsoft Yahei"; color:#fff; padding:0 43px; }
.h_nav li a:hover , .h_nav .cur a { text-decoration:none; background:#ffa200;}
.h_nav .nones{ background:none;}

/*search*/
.search_bg{ width:100%;height:40px;line-height:40px;}
.searchbar {width:1300px;height:40px;line-height:40px; margin:0 auto;}
.keywords{padding:0 30px;color:#777777; float:left; height:40px; line-height:40px;}
.keywords span{ font-size:12px;  height:40px; line-height:40px;}
.keywords span a{color:#777777;padding:0 6px; font-size:12px; height:40px; line-height:40px;}
.search{width:380px;height:30px; float:right; line-height:30px; margin:5px 50px 0px 50px;}
.nobd{border:none;}
.nobg{background:none;}
.nomarg{margin:0;}
/*关键词*/
.sea_bg{ width:100%; height:38px; background-color:#f4f4f4;}
.h_sea{line-height:23px; height:29px;overflow:hidden; padding:7px 0 0;color:#666; width:1200px; margin:0 auto; font-size:12px;}
.inp01{height:21px; background:url(../img/s_inp.jpg) no-repeat 0 0; border:0; padding:1px 0 1px 28px; width:152px;float:left;line-height:21px;color:#bcbcbc;}
.s_ss { float:left; width:50px; height:23px;}
.key a{color:#666; padding:0 5px;}
.key{float:left; width:540px; overflow:hidden;}
.s_inp{width:600px; float:right; overflow:hidden;}
.s_inp h3{ font-size:16px; width:145px; float:left;}
.xilie{width:180px; float:left; overflow:hidden;}
.chanpinyilan{width:240px; float:left; overflow:hidden;}

/*banner*/
.fullSlide{width:100%;position:relative;height:522px; overflow:hidden; z-index:0; margin-top:5px;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:522px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:522px;}
.fullSlide .hd{width:100%;position:absolute;z-index:2;bottom:10px;left:0;height:15px;line-height:15px; background:none; border:none;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:10px;height:10px;margin:1px 3px;overflow:hidden;background:#fff;filter:alpha(opacity=80);opacity:0.8;line-height:999px;border-radius:50%;}
.fullSlide .hd ul .on{background:#c61525;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:55px;height:81px;cursor:pointer;filter:alpha(opacity=75);opacity:0.75;display:none;}
.fullSlide .next{left:auto;right:15%; }
/*产品*/
#main{width:1200px; margin:0 auto; overflow:hidden;}
.m1{ margin:10px auto 0 0;}
.m1t{ width:100%; height:100px; background:url(../images/m1tbg.jpg) no-repeat center bottom; text-align:center;}
.m1c{ width:100%; height:300px; background:url(../images/m1c.jpg) no-repeat center top;}
.m1c ul{ width:1200px; margin:0 auto;}
.m1c li{ float:left; width:600px;}

.imgZoom { overflow:hidden; }
.imgZoom img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:280px; height:210px;}
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.mleft{ width:217px; float:left;}
.content{width:1200px; margin:0 auto; overflow:hidden;}
.m2{margin-bottom:0px; background-color:#efefef; }
.m2t{text-align:center; margin-bottom:10px; padding-top:20px;}
.m2t h2{ font-size:32px; background:url(../images/m1t2.png) no-repeat bottom center; height:30px; line-height:30px;}
.m2t span{  margin-bottom:10px; display:block;}
.m2t p{  margin-top:10px;}
.proLt{ float: left; width: 217px; overflow: hidden;}
.proLt h2{ padding: 25px 0 10px 0; background-color: #072fa8; text-align: center; font-size: 28px; }
.proLt h2 a{color: #fff;}
.proLt h2 span{ display: block; text-transform:uppercase; font-size: 24px; color: #b5b5b5; font-weight: normal; line-height:36px;}
.proLtBox{ overflow: hidden; background-color: #f4f4f4;}
.proLtBox dl dt{ padding: 0 25px; background: #ffa200; line-height: 38px; font-size: 16px;}
.proLtBox dl dt a{ display: block; color: #fff;}
.proLtBox dl dd{ padding:5px 10px;}
.proLtBox dl dd a{ display: block; line-height: 36px; background: url("../images/pro_xjx.png") no-repeat 5px top; padding-left: 18px; font-size: 15px; color: #111111; border-bottom: 1px dotted #dcdcdc; }
.proLtBox dl dd a:hover{ background-position:5px  bottom; color: #00248f; text-decoration: none;}
.proLtBox ul{ padding:15px 10px; font-size:15px;}
.proPhone{ margin-top: 10px; padding:25px 18px; background-color: #fff; overflow: hidden;}
.proPhone h3{ font-size: 25px; border-bottom: 1px solid #f3f3f3; padding-bottom: 5px; color: #202020;}
.proPhone h4{ background: url("../images/proPhone.png") no-repeat left center; font-size: 15px; padding-left: 45px; color: #000000; font-weight: normal; margin-top: 15px;}
.proPhone b{ display: block;  font-size: 19px; color: #072fa8;}
.mright{ float:left; width:896px; margin-left:38px; display:inline;}


.sycp ul {overflow: hidden;}
.sycp li { float: left; display:inline; margin: 0px 1% 35px; width: 31.3333%; text-align: center;overflow:hidden; border-bottom:2px #9a9a9a solid; }
.sycp ul li .wz{ text-align:left; height:80px; }
.sycp ul li .wz h3{ font-size:16px; text-align:left; padding-top:10px;}
.sycp ul li .wz p{ line-height:24px; font-size:12px;}
.sycp ul li .wz span{ display:block; height:32px; width:32px; float:right;  background:url(../images/m21.png) no-repeat; background-position: 0 0; margin:20px 20px 0 0;-moz-transition:all .3s ease 0s; -ms-transition:all .3s ease 0s; -o-transition:all .3s ease 0s; -webkit-transition:all .3s ease 0s; transition:all .3s ease 0s; }
.sycp ul li:hover{ border-bottom:2px #2377b8 solid; }
.sycp ul li:hover .wz span{ background-position: 0 -32px; }
.sycp ul li:hover .wz h3{color:#2377b8;}
.sycp ul li:hover .wz p{color:#2377b8; }

/*about*/
.about{ overflow: hidden; width: 100%; background-color: #fafafa; padding:45px 0 80px;}
.about dl{ overflow: hidden}
.about dt{ float: left; border:5px solid #fff;}
.about dd{ float: right; width:650px; padding: 0 30px; margin-top: 5px;;}
.about dd h3{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 22px;}
.about dd h3 a{ color: #4e4e4e;}
.about dd p{ height: 152px; line-height: 22px; overflow: hidden; font-size: 13px; color: #4e4e4e; margin: 20px 0 45px;}
.about .about_a a{ display: block; float: left; margin-right: 15px;}
.about .about_a a img{ display: block;}

/*生产现场*/
.R_y{overflow: hidden; width: 100%; background-color: #fafafa;}
.R_y .ryNav{ text-align: center; border: 2px solid #072fa8; width: 318px; margin: 0 auto; height: 46px;}
.R_y .ryNav li{ float:left; width:159px; height: 46px; font-size: 20px; color:#333; background-color: #fff; line-height: 46px; position: relative}
.R_y .ryNav li i{ position: absolute; top:48px; left:50%; margin-left: -8px; background: url("../images/ry_xjx.png") no-repeat center; width: 16px; height: 7px; display: none;}
.R_y .ryNav li a{ color: #333; text-decoration: none}
.R_y .ryNav li:hover,.R_y .ryNav li.cur{ background-color: #072fa8;}
.R_y .ryNav li:hover i,.R_y .ryNav li.cur i{ display: block}
.R_y .ryNav li:hover a,.R_y .ryNav li.cur a{ color: #fff}
.R_y .ryBox{ overflow: hidden; width:1200px; height: 260px; position: relative;  }
.R_y .ryList{ position:absolute; left:0; top:0;}
.R_y .ryList li{ width: 296px; float: left; margin-right:2px; margin-left:2px;}
.R_y .ryList li img{ display: block; border: 4px solid #fff;}
.R_y .ryList li span{ text-align: center; display:block; font-size: 13px; color: #4e4e4e; margin-top:15px;}
.R_y .ryList li:hover img{ opacity: .85;}
.R_y .ryCon{ overflow: hidden; width: 100%; height: 260px; margin:45px 0; position: relative}
.R_y .ryHz{ position: absolute; top:0; left:0; display: none}



.al{ clear:both; padding:0px 0 0;}




/*新闻*/
/*新闻*/
.N_w{ overflow: hidden; width: 100%;}
.N_w .newBox{ padding: 5px 0;  overflow: hidden;}
.N_w .nwlt{ overflow: hidden; width: 700px; float: left;}
.N_w .nw_tit{ overflow: hidden;  border-bottom: 1px solid #e7e7e7; border-top:3px solid #072fa8; background-color: #fafafa;}
.N_w .nw_tit h3{ float: left; width: 165px; line-height: 53px; text-align: center; font-size: 18px; font-weight: normal;}
.N_w .nw_tit h3 a{  color: #747474; text-decoration: none}
.N_w .nw_tit a.more{ float: right; display: block; line-height: 53px; font-size: 13px; color: #666; text-transform: uppercase; margin-right: 10px;}
.N_w .nw_tit h3:hover a,.N_w .nw_tit h3.cur a{ font-weight: bold; color: #072fa8;}
.N_w .nw_tit h3:hover,.N_w .nw_tit h3.cur { background-color: #fff; border-left:1px solid #e7e7e7; border-right:1px solid #e7e7e7}
.N_w .nwLtBox{ height: 390px; overflow: hidden; position: relative; border: 1px solid #e7e7e7; border-top:1px solid #fff;}
.N_w .nwLtCon{ position: absolute; top:0; left:0; padding: 0 15px;  display:none}
.N_w .dl{ overflow: hidden; width:670px; margin:25px 0 15px;}
.N_w .dl dt{ width: 275px; float: left;}
.N_w .dl dd{ width: 370px; float: right}
.N_w .dl dd h3{ font-size: 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-top: 5px;}
.N_w .dl dd h3 a{ color: #333}
.N_w .dl dd p{ line-height: 22px; height: 88px; margin: 10px 0; font-size: 12px; color: #000; text-align: justify;}
.N_w .dl dd a.xq{ display: block; float: left; color: #000; font-size: 13px;}
.N_w .list{ overflow: hidden}
.N_w .list li{ overflow: hidden; background: url("../images/new_liBg.png") no-repeat left center; padding-left: 15px; line-height: 43px; font-size: 14px; color:#000; border-bottom: 1px dashed #a3a3a3;}
.N_w .list li a{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; float: left; width: 425px; display: block}
.N_w .list li span{ float: right; display: block;}
.N_w .list li:hover a{color: #072fa8;text-decoration:none;}
.N_w .newRt{ width: 478px; overflow: hidden; border: 1px solid #e7e7e7; float: right; }
.N_w .newDa{ overflow: hidden; width: 100%; height:350px; margin:10px;position: relative; padding: 10px 0;}
.N_w .daUl{ position: absolute; top:0; left:0; right:10px;padding:0 15px; overflow: hidden}
.N_w .daUl li{ overflow: hidden; padding:10px 10px 5px 5px; border-bottom:1px dashed #a3a3a3;}
.N_w .daUl li h3{ background: url("../images/new_wen.png") no-repeat left center; line-height: 24px; padding-left: 30px; font-size: 14px;}
.N_w .daUl li h3 a{ color: #121212;}
.N_w .daUl li p{ overflow: hidden;  background: url("../images/new_da.png") no-repeat left 5px;  padding-left:30px; line-height: 22px; height: 66px; font-size: 14px; color: #000; margin-top: 10px;}
.N_w  .last h3.cur{ background: none; font-weight: bold; border: none; width: 150px;}
/*新 闻  end*/


/*友情链接*/
.Foot_linksbg{min-height:105px; background:url(../images/linksbg.gif) repeat-x top;}
.Foot_links{margin:0 auto; width:970px; min-height:105px; padding-left:180px; background:url(../images/links.gif) left no-repeat;}
.Foot_links1{color:#858585; padding-top:30px; line-height:30px;}
.Foot_links1 a{color:#858585; padding-right:10px;}
.Foot_links1 a:hover{color:#444;}

/*底部开始*/
/*页面底部*/
.jgx{background: url(../images/xxt.jpg) top center repeat-x;height:25px; width:100%;}


.footer-copy{background:#072fa8;color:#999; font-size:14px;line-height:1.6;padding:15px;text-align:center; color:#fff;}
.footer-copy a{color:#fff;}
/*底部结束*/
/*底部结束*/
.f_pa{position:absolute;}
.f_pr{position:relative;}
/*内页*/
.main_pro{ width:1200px;height:100%; margin:0px auto;}
.w{width:1200px;margin:0 auto;clear:both;overflow:hidden;}


/*-------面包屑导航-----------*/
.breadcrumbs{background:#f0f1f2;}
.breadcrumbs p{position:relative; _position:static; padding-left:40px; height:45px; line-height:45px; font-size:15px;}
.breadcrumbs p:before{content:""; position:absolute; left:0; top:12px; width:30px; height:20px;background:url(../images/icons.png) no-repeat 10px 0px;}
.breadcrumbs p i{display:inline-block;width:5px; height:8px;background:url(../images/icons.png) no-repeat -57px -88px;}
.breadcrumbs a{display:inline-block; margin:0 5px; font-size:15px;}
.breadcrumbs p,.breadcrumbs a{color:#919191;}
.breadcrumbs a:hover{text-decoration:underline;}
.left_1{width:266px; float:left; margin-top:10px;}
.nylxwm .con{width:250px; margin:0 auto; line-height:30px;font-family:"Microsoft YaHei"; font-size:15px;} 
.nylxwm{  height:auto; margin-top:20px; border:3px #2377b8 solid; background-color:#fff; overflow:hidden;}

.righter{float:left;width:904px; margin-left:30px;}
.subject{color:#2377b8;font-size:18px;font-family:microsoft yahei;height:41px;line-height:40px;border-bottom:1px solid #ddd;}
.subject b{display:inline-block;font-weight:normal;border-bottom:2px solid #2377b8;height:40px;line-height:40px;}
.subject span{color:#bbb;display:inline-block;font-size:16px;font-family:verdana;padding-left:10px;}
.subject a{float:right;font-size:12px;font-family:宋体;}

.container{font-size:15px;font-family:microsoft yahei;}
/*图片展示*/
.prowidth{width:909px;overflow:hidden;}
.pro_list{margin:15px 0;padding:0;list-style:none;overflow:hidden;}
.pro_list li{float:left;width:277px;margin:0 13px 13px 0;}
.pro_list li a{border:1px solid #eee;display:block;padding:5px;}
.pro_list li a img{border:1px solid #eee;}
.pro_list li a .title{text-align:center;font-size:14px;height:30px;line-height:30px;font-family:microsoft yahei;}
.pro_list li a .intro{line-height:18px;color:#999;word-break:break-all;min-height:55px;}
.pro_list li a .more{display:block;margin:5px auto 5px auto;text-align:center;background:#e5e5e5;width:90px;line-height:24px;}
.pro_list li a:hover{border:1px solid #ddd;}
.pro_list li a:hover .title{color:#1F92D1;}
.pro_list li a:hover .more{background:#1F92D1;color:#fff;}

/*翻页列表*/
.list_page{text-align:center;margin:10px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}

/*产品列表*/
.productq {float: left;	width: 100%; border-width: 0px 1px 1px 1px;	border-style: solid; border-color: #d2d2d2;}
.product_lit {float: left;	width: 100%;}

.list_title {float: left; width: 98%; border-bottom: 1px solid #d2d2d2;	padding:0 1%; border-top: 1px solid #d2d2d2;}
.list_title h3 {margin: 0px; padding: 0px;}
.list_title h3 a {font-size: 15px; line-height:40px; font-weight: bold;	color: #000; text-decoration: none;	margin: 0px;padding: 0px;}
.list_title h3 a img {float: left;	padding-top: 13px;padding-right: 8px;}

.list_title span {float: right;}
.list_title span a {font-size:14px; line-height:35px; text-decoration: none; color:#2c2c2c;}

.list1 {width: 98%;	float: left; padding:0 1%;}
.list1 ul {list-style-type: none;margin: 0px;	padding: 0px;}
.list1 li {width: 23%;	margin-left: 1%; float: left; margin-top: 15px;	margin-right: 1%; margin-bottom: 0px;}
.list1 li img {width: 99%;	height: 136px;	border: 1px solid #d2d2d2;	margin-bottom: 2px;}
.list1 li img:hover {border: 1px solid #087bd6;}
.list1 li p {text-align: center; background: #e6e6e6; width: 100%;	padding: 0px; margin: 0px 0px 10px 0px;}
.list1 ul li p a {color: #555;	text-decoration: none;	line-height: 30px;	font-size: 13px;}

/*产品内页 相关产品*/
.rss_list_wz{margin:0;padding:0;list-style:none; width:920px;}
.rss_list_wz ul{width:900px; margin-top:20px;}
.rss_list_wz ul li{width:205px; float:left; overflow:hidden; margin:0 5px; text-align:center; line-height:24px;}
.rss_list_wz ul li a{width:21%; margin:0; line-height:24px;}
.rss_list_wz ul li a img{width:190px; border:1px dotted #ddd; padding:3px; height:155px;}
.rss_list_wz ul dd{width:200px; float:left; overflow:hidden; margin:0 10px; line-height:24px;}
.rss_list_wz ul dd a{width:21%; margin:0; line-height:24px;}

/*新闻内页相关推荐*/
.rss_list_wzxw{margin:0;padding:0;list-style:none; width:100%; overflow:hidden;}
.rss_list_wzxw ul{ margin-top:10px;}
.rss_list_wzxw ul li{width:300px; float:left; overflow:hidden; margin:0 10px; text-align:center; line-height:24px;}
.rss_list_wzxw ul li a{width:23%; margin:0; line-height:24px;}
.rss_list_wzxw ul li a img{width:247px; border:1px dotted #ddd; padding:3px; height:155px;}
.rss_list_wzxw ul dd{width:400px; float:left; overflow:hidden; margin:0 10px; line-height:24px;}
.rss_list_wzxw ul dd a{width:50%; margin:0; line-height:24px;}